env: EDE_UAT
www_root: /var/www/html
http_port: 80
https_port: 443
firewalld_services: 
  - http
  - https

nodejs_npm_global_packages:
#  # Install a specific version of a package.
#  - name: jslint
#    version: 0.9.3
#  # Install the latest stable release of a package.
#  - name: node-sass

  - name: pm2
    version: '2.4'
